***********************************************
  DOCENTRIC AX SSRS REPLICAS Version: 3.5.1.4
***********************************************

----------------------------------------------------------------------------------------------------
NOTE: The Docentric AX SSRS Replicas model is compatible with the same or higher version of
      the core product models. For more information, please contact us at support@docentric.com.
----------------------------------------------------------------------------------------------------


****************************************************************************************************
    1. INSTALLATION VIA MODEL
****************************************************************************************************
Install the 'Docentric AX SSRS Replicas' model with Docentric SSRS Replicas by using the following model file:
-> 'Docentric AX SSRS Replicas.axmodel'
-> Prerequisites: The Docentric AX and Docentric AX Extension models with the same or a higher version.

====================================================================================================
 1A. INSTALLATION WITH SCRIPTS
====================================================================================================
(1) DocentricAXInstallSSRSReplicasModel.cmd: Script to import/replace/delete (i.e., install/upgrade/uninstall) the 'Docentric AX SSRS Replicas' model on OneBox development environments.
(2) DocentricAXBuildAndSyncTool.cmd: Script to build all installed models and synchronize the database on OneBox development environments.

====================================================================================================
 1B. MANUAL INSTALLATION
====================================================================================================
(1) Import the 'Docentric AX SSRS Replicas' model using ModelUtil.exe:
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -import -metadatastorepath="C:\AosService\PackagesLocalDirectory" -file="C:\Temp\DocentricAX\Docentric AX SSRS Replicas.axmodel"

(2) Update (replace) the 'Docentric AX SSRS Replicas' model using ModelUtil.exe:
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -replace -metadatastorepath="C:\AosService\PackagesLocalDirectory" -file="C:\Temp\DocentricAX\Docentric AX SSRS Replicas.axmodel"

(3) How to delete the 'Docentric AX SSRS Replicas' model:
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -delete -metadatastorepath="C:\AOSService\PackagesLocalDirectory" -modelname="Docentric AX SSRS Replicas"

Next, build the model and synchronize the database.

Learn more: https://ax.docentric.com/d365-how-to-manuals/d365-installation/d365-installation-via-models/


****************************************************************************************************
    2. INSTALLATION VIA PROJECT
****************************************************************************************************
(1) Import and build the DocentricAXSSRSReplicas project with Docentric SSRS Replicas by using the following project file:
-> 'DocentricAXSSRSReplicas.axpp'
-> Prerequisites: The Docentric AX and Docentric AX Extension models with the same or a higher version.

How to import a project: In Visual Studio, click Dynamics 365 > Import Project� button and select the axpp file you want to import.
Learn more: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/projects

(2) How to delete the 'Docentric AX SSRS Replicas' model
cd C:\AOSService\PackagesLocalDirectory\Bin
modelutil -delete -metadatastorepath="C:\AOSService\PackagesLocalDirectory" -modelname="Docentric AX SSRS Replicas"

Learn more: https://ax.docentric.com/d365-how-to-manuals/d365-installation/d365-installation-via-models/d365-how-to-remove-docentric-ax-models/
